home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / 2DScript / STATPOP.UI < prev   
Text File  |  1999-05-24  |  2KB  |  96 lines

  1. "2D\Overlays\MiniScor"
  2.  
  3. //********************
  4. //  Data Container
  5. //********************
  6. DataContainer {
  7.     String "StatPopInfo1" {
  8.         EditBox "StatPopInfo1";
  9.     };
  10.     String "StatPopInfo2" {
  11.         EditBox "StatPopInfo2";
  12.     };
  13.     String "StatPopInfo3" {
  14.         EditBox "StatPopInfo3";
  15.     };
  16. };
  17.  
  18. //********************
  19. //  Images
  20. //********************
  21. Image "StatPopFrame" {
  22.     Filename "trend";
  23. };
  24.  
  25. //********************
  26. //  Fonts
  27. //********************
  28. Font "StatPopFont" {
  29.     Filename "main";
  30.     Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" "1234567890:,%-'.";
  31.     Kerning 1;
  32. };
  33.  
  34. //********************
  35. //  Styles
  36. //********************
  37. Style "StatPopStyle" {
  38.     Image "StatPopFrame";
  39. };
  40. Style "StatPopInfoStyle" {
  41.     Font "StatPopFont";
  42. };
  43.  
  44. //********************
  45. //  Edit Boxes
  46. //********************
  47. EditBox "StatPopInfo1" {
  48.     Style "StatPopInfoStyle";
  49.     Position [13, 7];
  50.     Size [240, 16];
  51.     
  52.     String "" {
  53.         Justify CenterCenter;
  54.         Position [120, 8];
  55.     };
  56. };
  57. EditBox "StatPopInfo2" {
  58.     Style "StatPopInfoStyle";
  59.     Position [13, 23];
  60.     Size [240, 16];
  61.     
  62.     String "" {
  63.         Justify CenterCenter;
  64.         Position [120, 8];
  65.     };
  66. };
  67. EditBox "StatPopInfo3" {
  68.     Style "StatPopInfoStyle";
  69.     Position [13, 39];
  70.     Size [240, 16];
  71.         
  72.     String "" {
  73.         Justify CenterCenter;
  74.         Position [120, 8];
  75.     };
  76. };
  77.  
  78. //********************
  79. //  Groups
  80. //********************
  81. Group "StatPop" {
  82.     Root;
  83. //    Position [185, 415];
  84.     BottomCenter Position [-135, -65];
  85.  
  86.     Children {
  87.         Group "StatPopBack";
  88.         EditBox "StatPopInfo1";
  89.         EditBox "StatPopInfo2";
  90.         EditBox "StatPopInfo3";
  91.     };
  92. };
  93. Group "StatPopBack" {
  94.     Style "StatPopStyle";
  95. };
  96.